home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Demos / Alice Demo / demo / pak0.pk3 / models / w_clubstaff.tik < prev    next >
Encoding:
Text File  |  2000-11-20  |  437 b   |  38 lines

  1. TIKI
  2. setup
  3.     {
  4.     scale .85
  5.     radius 8
  6.     path models/weapons/clubstaff
  7.     surface material1 shader skin01.tga
  8.     }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         classname    Weapon
  15.         setsize     "-4 -4 -8" "4 4 8"
  16.         name        Clubstaff
  17.         hand        righthand
  18.         firetype    melee
  19.         startammo    100
  20.         ammorequired    0
  21.         inanimate
  22.         noshadow
  23.         notsolid
  24.     }    
  25. }
  26.  
  27. animations
  28. {
  29.     idle        notmoving.tan
  30.     {
  31.         server
  32.         {
  33.             0 stopanimating
  34.         }
  35.     }
  36.     fire        notmoving.tan
  37. }
  38.